@charset "utf-8";
body a{
    color: #333;
}
#header {
    position: relative;
    width: 100%;
    background: url(banner1.png) no-repeat left top;
    background-size: cover;
    animation: carousel 12s infinite;
}

@keyframes carousel {
    0% {
        background: url(banner1.png) no-repeat left top;
        background-size: cover;
    }

    50% {
        background: url(banner2.png) no-repeat left top;
        background-size: cover;
    }

    100% {
        background: url(banner1.png) no-repeat left top;
        background-size: cover;
    }
}

#header h1 {
    display: none;
}

.header_content {
    height: 100%;
    margin: auto;
    position: relative;
}

.header_message li a,
.header_message li {
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
    display: flex;
}

.header_body .title img {
    width: 85%;
}

/* 搜索 */
.search .text {
    line-height: 50px;
    height: 50px;
    opacity: 0.8;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    color: #363636;
    text-indent: 1em;
    background: #FFFFFF;
    outline: none;
    border: none;
}

.search .s_btn {
    outline: none;
    height: 50px;
    border: none;
    background: url(Con_Top_ico_1.png) 20px no-repeat #226EBC;
    background-size: 18px;
    font-size: 18px;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
}

/*导航 */
#nav {
    background: #1C69C6;
}

.nav_bar {
    margin: 0 auto;
    padding: 0 !important;
}

.nav_bar ul {
    line-height: 60px;
    margin: 0;
}

.nav_bar ul li {
    flex: 1 1 0;
    text-align: center;
    color: #EEEEEE;
}

.nav_bar ul li a {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    display: block;
    width: 100%;
}

.nav_bar ul .nav_active,
.nav_bar ul li:hover {
    background: #0653AB;
}

.nav_bar ul .on {
    background: #0653AB;
}

@media (max-width: 480px) {
    .header_message li a{
       font-size: 12px !important;  
    }
    .header_body .title {
        margin-top: 25px;
        margin-bottom: 0;
        
    }

    .header_body .search {
        margin-top: 25px;
    }

    .nav_bar ul li {
        flex: none;
        width: 33.33%;
    }

    .nav_bar ul li a {
        font-size: 16px;
        border-right: 1px solid #0e5b99;
        border-bottom: 1px solid #0e5b99;
    }
        .he_xy,
    #msgPanel{
        display:none}
    .logoLianghui{
        width: 100% !important;
    }  
    a.dys_addLink img {
          width:100%
}  
     .he_lq,
    #msgPanel{
        display: none !important; 
        }
}